diff --git a/ace.go b/ace.go
index 879f9eb..95835d3 100644
--- a/ace.go
+++ b/ace.go
@@ -64,7 +64,7 @@ func setCache(name string, tpl template.Template) {
 
 // FlushCache clears all cached templates.
 func FlushCache() {
-       cacheMutex.Lock()
-       cache = make(map[string]template.Template)
-       cacheMutex.Unlock()
+	cacheMutex.Lock()
+	cache = make(map[string]template.Template)
+	cacheMutex.Unlock()
 }
diff --git a/debian/changelog b/debian/changelog
index f40adfd..3443a0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+golang-github-yosssi-ace (0.0.5+git20180617.1.2b21b56-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 26 Apr 2022 20:25:39 -0000
+
 golang-github-yosssi-ace (0.0.5-3) unstable; urgency=medium
 
   [ Alexandre Viau ]