mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2024-11-22 08:13:54 +00:00
remove redundant regexes
This commit is contained in:
parent
aff50f0aec
commit
6b6b7a6fe0
@ -173,9 +173,4 @@ value class KrontabConfig(
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
companion object {
|
|
||||||
val spacesRegex = Regex("\\s")
|
|
||||||
val numberRegex = Regex("\\d+")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user