diff options
author | Nick White <git@njw.name> | 2019-09-05 22:13:23 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-09-05 22:13:23 +0100 |
commit | 7c897a13ad90bdcaffccf74d43cc4fd20f150226 (patch) | |
tree | e0974acd6a176d3297600c2e50907313ce5d6995 /bookpipeline/aws.go | |
parent | 70c1c0f0148ea173331f4f6d40274e3b95e3ce41 (diff) |
gofmt
Diffstat (limited to 'bookpipeline/aws.go')
-rw-r--r-- | bookpipeline/aws.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bookpipeline/aws.go b/bookpipeline/aws.go index a111ebf..a956cf1 100644 --- a/bookpipeline/aws.go +++ b/bookpipeline/aws.go @@ -16,7 +16,7 @@ import ( const PreprocPattern = `_bin[0-9].[0-9].png` type Qmsg struct { - Handle, Body string + Handle, Body string } type AwsConn struct { |