hlfw.ca

plumb

Download patch

ref: af7dd7ada73a2de97c3d7e4c5dfe189e2e0a7584
parent: 943b2580a8631f0aff9fd192e3b0cf17e07a4802
author: Michael Misch <michaelmisch1985@gmail.com>
date: Fri Jul 30 14:54:59 PDT 2021

Update plumb.go

Tabs? Spaces? In the end, just choose one and go.

--- a/plumb.go
+++ b/plumb.go
@@ -36,7 +36,7 @@
 }
 
 func (s storeMsg) send() error {
-        var fd io.Writer
+	var fd io.Writer
 	var err error
 	
 	switch runtime.GOOS {