Fix linting: remove extra empty line

Signed-off-by: Varun Gokulnath <vagokuln@microsoft.com>
Signed-off-by: Varun Gokulnath <gvarun22@outlook.com>
This commit is contained in:
Varun Gokulnath
2025-12-17 11:16:26 -08:00
committed by Varun Gokulnath
parent 4efa80daf1
commit a83edf96d5
-1
View File
@@ -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