Skip to content

Commit 314a428

Browse files
committed
Fixing #391
1 parent 34489a8 commit 314a428

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

moneta-core/src/main/java/org/javamoney/moneta/spi/loader/DataStreamFactory.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import java.io.InputStream;
1919

2020
@FunctionalInterface
21-
public interface DataStreamFactory
22-
{
21+
public interface DataStreamFactory {
2322
InputStream getDataStream();
2423
}

0 commit comments

Comments
 (0)