Skip to content

Commit 7f590cd

Browse files
committed
Added a semicolon at the end, you're welcome.
1 parent fc94563 commit 7f590cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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)