mirror of
https://github.com/rwinkhart/go-winio.git
synced 2026-09-05 08:37:37 -04:00
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:
committed by
Varun Gokulnath
parent
4efa80daf1
commit
a83edf96d5
@@ -124,7 +124,6 @@ func encodeLxReparsePoint(rp *ReparsePoint) []byte {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func encodeWindowsReparsePoint(rp *ReparsePoint) []byte {
|
func encodeWindowsReparsePoint(rp *ReparsePoint) []byte {
|
||||||
|
|
||||||
// Generate an NT path and determine if this is a relative path.
|
// Generate an NT path and determine if this is a relative path.
|
||||||
var ntTarget string
|
var ntTarget string
|
||||||
relative := false
|
relative := false
|
||||||
|
|||||||
Reference in New Issue
Block a user