Skip to content

Commit 26e8355

Browse files
committed
spacing fix
1 parent ec566d8 commit 26e8355

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Features/contractsdk-recordplayers/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
buildscript {//properties that you need to build the project
1+
buildscript { //properties that you need to build the project
22
Properties constants = new Properties()
33
file("$projectDir/../constants.properties").withInputStream { constants.load(it) }
44

Features/contractsdk-recordplayers/contracts/src/main/java/net/corda/samples/contractsdk/contracts/RecordPlayerContract.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
the second is that you now have logical grouping of your contract verification and your command definition.
2626
2727
This makes writing your contract code cleaner and more intuitive.
28-
*/
28+
*/
2929
public class RecordPlayerContract extends StandardContract implements Contract {
3030
// This id must be used to identify our contract when building a transaction.
3131
public static final String ID = "net.corda.samples.contractsdk.contracts.RecordPlayerContract";

0 commit comments

Comments
 (0)