Skip to content

Commit de19091

Browse files
committed
tiny whitespace fix
1 parent b3d13a7 commit de19091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yaml/src/main/java/com/fasterxml/jackson/dataformat/yaml/YAMLGenerator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ public final void writeEndObject() throws IOException
653653
*/
654654

655655
@Override
656-
public void writeString(String text) throws IOException,JsonGenerationException
656+
public void writeString(String text) throws IOException, JsonGenerationException
657657
{
658658
if (text == null) {
659659
writeNull();

0 commit comments

Comments
 (0)