Skip to content

Commit a951d50

Browse files
committed
Test: Add newline at the end of session_test.go
1 parent b5342b2 commit a951d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/session_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,4 +1041,4 @@ func TestMCPServer_SetLevel(t *testing.T) {
10411041
if session.GetLogLevel() != mcp.LoggingLevelCritical {
10421042
t.Errorf("Expected critical level, got %v", session.GetLogLevel())
10431043
}
1044-
}
1044+
}

0 commit comments

Comments
 (0)