From a1849da175765350e013bdeecfa4e0ad3c066937 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 27 Mar 2019 15:22:46 -0700 Subject: Autoformat (mostly just to do with the new blank-line-after-end-of-multi-indent-block rule --- lib/file_hash/init.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/file_hash/init.nom') 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 -- cgit v1.2.3