Skip to content

Commit 6602744

Browse files
Copilotlpcox
andcommitted
Fix gofmt linting error - remove trailing blank line
Fixed formatting issue in server_file_logger_test.go by removing extra blank line at end of file. Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
1 parent 7b18f89 commit 6602744

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/logger/server_file_logger_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,4 +263,3 @@ func TestServerFileLoggerPreservesUnifiedView(t *testing.T) {
263263
lines := strings.Split(strings.TrimSpace(string(unifiedContent)), "\n")
264264
assert.GreaterOrEqual(t, len(lines), 3, "unified log should have at least 3 messages")
265265
}
266-

0 commit comments

Comments
 (0)