Skip to content

Commit 5c4b8e4

Browse files
committed
Added a semicolon at the end, you are welcome.
1 parent fd00a2d commit 5c4b8e4

File tree

1 file changed

+1
-1
lines changed
  • Basic/cordapp-example/contracts/src/main/java/net/corda/samples/example/states

1 file changed

+1
-1
lines changed

Basic/cordapp-example/contracts/src/main/java/net/corda/samples/example/states/IOUState.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ public IOUState(Integer value,
7070
public String toString() {
7171
return String.format("IOUState(value=%s, lender=%s, borrower=%s, linearId=%s)", value, lender, borrower, linearId);
7272
}
73-
}
73+
};

0 commit comments

Comments
 (0)