Skip to content

Commit ad9eb23

Browse files
committed
Fixing formatting
1 parent 33113ce commit ad9eb23

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/google/protobuf/compiler/java/java_string_field.cc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved.
1+
// Protocol Buffers - Google's data interchange format
2+
// Copyright 2008 Google Inc. All rights reserved.
23
// https://developers.google.com/protocol-buffers/
34
//
45
// Redistribution and use in source and binary forms, with or without
@@ -1017,7 +1018,7 @@ void RepeatedImmutableStringFieldGenerator::GenerateKotlinDslMembers(
10171018
// List<String> += Iterable<String>
10181019
WriteFieldAccessorDocComment(printer, descriptor_, LIST_MULTI_ADDER,
10191020
/* builder */ false);
1020-
printer->Print(
1021+
printer->Print(
10211022
variables_,
10221023
"@kotlin.jvm.JvmSynthetic\n"
10231024
"@kotlin.jvm.JvmName(\"plusAssignAll$kt_capitalized_name$\")\n"

0 commit comments

Comments
 (0)