aboutsummaryrefslogtreecommitdiff
path: root/lib/file_hash
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-03-27 15:22:46 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-03-27 15:22:46 -0700
commita1849da175765350e013bdeecfa4e0ad3c066937 (patch)
tree616a115790271757148044e2b3228fb715c00726 /lib/file_hash
parentbb07e6724118c431c3beed4060776678128905a1 (diff)
Autoformat (mostly just to do with the new
blank-line-after-end-of-multi-indent-block rule
Diffstat (limited to 'lib/file_hash')
-rw-r--r--lib/file_hash/init.nom2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/file_hash/init.nom b/lib/file_hash/init.nom
index 81061f9..0fa5725 100644
--- a/lib/file_hash/init.nom
+++ b/lib/file_hash/init.nom
@@ -1,5 +1,4 @@
#!/usr/bin/env nomsu -V7.0.0
-
###
This file defines some actions for hashing files and looking up files by hash.
@@ -60,4 +59,5 @@ external:
$file_hash = (hash $contents)
if ($file_hash == $hash):
return $filename
+
(hash of file $filename) parses as (hash (read file $filename)) \ No newline at end of file