From 0faa48beef5a29f5e204c6512827a7acc4cf8b96 Mon Sep 17 00:00:00 2001 From: David Little Date: Mon, 23 Aug 2021 10:49:44 -0400 Subject: [PATCH] fix: more typos --- src/apple.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/apple.jl b/src/apple.jl index ede776c..a45eaab 100644 --- a/src/apple.jl +++ b/src/apple.jl @@ -70,5 +70,3 @@ function apple_backend(; return message -> run(`osascript -e 'display notification "'$message'"'$options''`) end - -end