From a83edf96d5ad9e2ffd4609dd5d67fb72edee7f0e Mon Sep 17 00:00:00 2001 From: Varun Gokulnath Date: Wed, 12 Nov 2025 12:39:57 -0800 Subject: [PATCH] Fix linting: remove extra empty line Signed-off-by: Varun Gokulnath Signed-off-by: Varun Gokulnath --- reparse.go | 1 - 1 file changed, 1 deletion(-) diff --git a/reparse.go b/reparse.go index 849c543..013fe15 100644 --- a/reparse.go +++ b/reparse.go @@ -124,7 +124,6 @@ func encodeLxReparsePoint(rp *ReparsePoint) []byte { } func encodeWindowsReparsePoint(rp *ReparsePoint) []byte { - // Generate an NT path and determine if this is a relative path. var ntTarget string relative := false