Skip to content

Commit

Permalink
Removed white space
Browse files Browse the repository at this point in the history
  • Loading branch information
latenitefilms authored and cmsj committed Apr 23, 2022
1 parent 982e45e commit f12ce9d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extensions/image/test_image.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
function testGetExifFromPath()

assertIsNil(hs.image.getExifFromPath(""))
assertIsNil(hs.image.getExifFromPath("asdfasdfasddsa"))
assertIsNil(hs.image.getExifFromPath("/System/Library/CoreServices/Finder.app/Contents/Resources/Finder.sdef"))
assertIsTable(hs.image.getExifFromPath("/System/Library/CoreServices/Finder.app/Contents/Resources/Finder.icns"))

return success()
end

0 comments on commit f12ce9d

Please sign in to comment.