fix: add missing newline to end of chatter_test.go

This commit is contained in:
berniegreen
2025-12-31 16:59:30 -06:00
parent c7ecac3262
commit b04346008b

View File

@@ -311,4 +311,4 @@ func TestChatter_Send_StreamingMetadataPropagation(t *testing.T) {
if !usageReceived {
t.Error("Expected to receive a usage metadata update, but didn't")
}
}
}