🐙 Templated web page generator for your git repositories
git clone https://github.com/m-col/gitja
Files | Refs | Readme | License

Commit d6f88d83b1b5ad51373e8610bdec9a1398d5b965
Parent: 46118e62f0c18d9b5dbcb92f3095fd9fe9a69f1d
Author: mcol <mcol@posteo.net>
Date: 2021-10-04 22:06:13 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2021-10-04 22:06:13 +0100

remove redundant brackets

src/Repositories.hs Modified

@@ -224,7 +224,7 @@
     identify = (++ ".html") . show . commitOid
     category = const "commit"
 
-instance Target (TreeFile) where
+instance Target TreeFile where
     identify = unpack . treePathToHref . treeFilePath
     category = const "file"