Skip to content

Commit d147717

Browse files
committed
[ci] Minor cleanup unnecessary ()
1 parent 4bc0525 commit d147717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mybatis-scala-core/src/main/scala/org/mybatis/scala/config/Configuration.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ object Configuration {
251251
// Pre ====================================================================
252252

253253
def properties(props: (String, String)*) =
254-
set(0, pre) { _.getVariables() ++= Map(props: _*) }
254+
set(0, pre) { _.getVariables ++= Map(props: _*) }
255255

256256
def properties(props: Properties) =
257257
set(1, pre) { _.getVariables ++= props }

0 commit comments

Comments
 (0)