Skip to content

Commit 7a62f50

Browse files
committed
fix: remove trailing newline in packetparser
Fix trailing blank line at end of file flagged by gofmt. Keep _cprog blank import unchanged from main so only-new-issues suppresses the typecheck error. Signed-off-by: Quang Nguyen <nguyenquang@microsoft.com>
1 parent d66e2fb commit 7a62f50

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/plugin/packetparser/packetparser_linux.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,4 +731,3 @@ func absPath() (string, error) {
731731
dir := path.Dir(filename)
732732
return dir, nil
733733
}
734-

0 commit comments

Comments
 (0)