Skip to content

Commit aeefb18

Browse files
Merge pull request #41 from vil02/cleanup_whitespaces
style: cleanup whitespaces
2 parents 9426a8a + d578040 commit aeefb18

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

hedera-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@
7171
</plugins>
7272
</build>
7373

74-
</project>
74+
</project>

hedera-base/src/main/java/com/openelements/hedera/base/implementation/HederaNetwork.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ public String getName() {
4848
public String getMirrornodeEndpoint() {
4949
return mirrornodeEndpoint;
5050
}
51-
}
51+
}

hedera-base/src/main/java/com/openelements/hedera/base/protocol/ContractCallResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public record ContractCallResult(@NonNull TransactionId transactionId, @NonNull
1212
@NonNull byte[] transactionHash, @NonNull Instant consensusTimestamp,
1313
@NonNull Hbar transactionFee,
1414
@NonNull ContractFunctionResult contractFunctionResult) implements TransactionRecord {
15-
15+
1616
public ContractCallResult {
1717
Objects.requireNonNull(transactionId, "transactionId must not be null");
1818
Objects.requireNonNull(status, "status must not be null");

hedera-base/src/main/java/com/openelements/hedera/base/protocol/ProtocolLayerClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ TokenTransferResult executeTransferTransactionForNft(@NonNull final TokenTransfe
114114

115115
@NonNull
116116
Runnable addTransactionListener(@NonNull TransactionListener listener);
117-
}
117+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
org.slf4j.simpleLogger.log.com.openelements=DEBUG
1+
org.slf4j.simpleLogger.log.com.openelements=DEBUG

hedera-enterprise-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@
119119
</build>
120120
</profile>
121121
</profiles>
122-
</project>
122+
</project>

hedera-microprofile/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@
108108
</plugins>
109109
</build>
110110

111-
</project>
111+
</project>

hedera-spring-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@
5555
</plugins>
5656
</build>
5757

58-
</project>
58+
</project>

hedera-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@
7777
</plugins>
7878
</build>
7979

80-
</project>
80+
</project>

hedera-spring/src/main/java/com/openelements/hedera/spring/implementation/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* This package contains the private implementation of the Hedera Hashgraph SDK.
33
44
*/
5-
package com.openelements.hedera.spring.implementation;
5+
package com.openelements.hedera.spring.implementation;

0 commit comments

Comments
 (0)