Skip to content

Commit

Permalink
remove redundant regexes
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanusMokrassar committed Nov 3, 2024
1 parent aff50f0 commit 6b6b7a6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/commonMain/kotlin/KrontabConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,4 @@ value class KrontabConfig(
)
}
}

companion object {
val spacesRegex = Regex("\\s")
val numberRegex = Regex("\\d+")
}
}

0 comments on commit 6b6b7a6

Please sign in to comment.