re-indent
This commit is contained in:
parent
46d18b6f8a
commit
0b1fa9643c
@ -969,7 +969,7 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html"
|
||||
`(rx-let ((integer (1+ digit))
|
||||
(float (seq integer "." integer))
|
||||
(b256 (seq (optional (or "1" "2"))
|
||||
(regexp "[0-9]\\{1,2\\}")))
|
||||
(regexp "[0-9]\\{1,2\\}")))
|
||||
(ipaddr (seq b256 "." b256 "." b256 "." b256))
|
||||
(time (seq
|
||||
digit (optional digit)
|
||||
|
Loading…
Reference in New Issue
Block a user