From 5c34f8752938764668d829fb284626b9c62c5475 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Tue, 3 Aug 2021 19:24:08 -0700 Subject: Ran `gofmt -w .` --- hotline/access.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hotline/access.go') diff --git a/hotline/access.go b/hotline/access.go index 21b438f..707dc65 100644 --- a/hotline/access.go +++ b/hotline/access.go @@ -6,7 +6,7 @@ import ( ) const ( - accessAlwaysAllow = -1 // Some transactions are always allowed + accessAlwaysAllow = -1 // Some transactions are always allowed // File System Maintenance accessDeleteFile = 0 -- cgit