Skip to content

Commit

Permalink
diktatFix
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Aug 2, 2023
1 parent 53362de commit 622c25e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ private fun TestSuiteVersioned.hasVersion(version: String?): Boolean =
* @return env value or property value if env is missed.
*/
private fun getenvOrProperty(name: String): String? =
System.getenv(name) ?: System.getProperty(name)
System.getenv(name) ?: System.getProperty(name)

/**
* @param name env name or property name.
Expand Down

0 comments on commit 622c25e

Please sign in to comment.