Skip to content

Commit f426773

Browse files
committed
Formatting.
1 parent 4c9e0c4 commit f426773

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
import java.nio.file.Files
2-
import java.nio.file.Paths
3-
import java.nio.file.StandardOpenOption
4-
import java.security.MessageDigest
5-
61
/*
72
* Copyright 2013-2021 Real Logic Limited.
83
*
@@ -19,6 +14,11 @@ import java.security.MessageDigest
1914
* limitations under the License.
2015
*/
2116

17+
import java.nio.file.Files
18+
import java.nio.file.Paths
19+
import java.nio.file.StandardOpenOption
20+
import java.security.MessageDigest
21+
2222
plugins {
2323
id 'java-library'
2424
id 'com.github.johnrengelman.shadow' version '7.0.0' apply false

0 commit comments

Comments
 (0)