Skip to content

Commit a21480f

Browse files
committed
Format Java code
1 parent db7f001 commit a21480f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ gitCommit.commitChanges("Modified test files");
287287
if (!gitCommit.isResponseOk()) {
288288
System.out.println("An Error occurred: " + gitCommit.getError());
289289
if (gitCommit.getException() != null) {
290-
System.out.println("An Exception has been raised: " + gitCommit.getError());
290+
System.out.println("An Exception has been raised: " + gitCommit.getError());
291291
}
292292
return;
293293
}

0 commit comments

Comments
 (0)