diff options
author | pks <pks@pks.rocks> | 2020-11-14 12:04:08 +0100 |
---|---|---|
committer | pks <pks@pks.rocks> | 2020-11-14 12:04:08 +0100 |
commit | 756b73cfb52e09962bd49340989d4bf0090fdb4a (patch) | |
tree | 25c68e5857029f310839399662d510417f4f6507 | |
parent | 29237d11852b2cf03933af7d4a9935744830008e (diff) |
whitespace
-rwxr-xr-x | notification-daemon | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/notification-daemon b/notification-daemon index 8a9ddc0..7c57dae 100755 --- a/notification-daemon +++ b/notification-daemon @@ -5,4 +5,3 @@ while line = STDIN.gets `ratpoison -c "echo #{line.strip.split("\n").map {|i| i.strip }.reject {|i| i==''}.join('\n').gsub(/^notify-send : /, '')}"` end end - |