Skip to content

Commit 592a8f1

Browse files
committed
fix warnings
1 parent c8c9731 commit 592a8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/app/softnetwork/persistence/query/JsonProvider.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ trait JsonProvider[T <: Timestamped] extends ExternalPersistenceProvider[T] {
5050
s"${ct.runtimeClass.getSimpleName $}_${formatter.format(Instant.now())}.$fileExtension"
5151
}
5252

53-
def filePath: String = s"$outputFolder/${fileName}"
53+
def filePath: String = s"$outputFolder/$fileName"
5454

5555
def reader: StateWrappertReader[T]
5656

0 commit comments

Comments
 (0)