Skip to content

Commit

Permalink
gofmt (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
smaeda-ks authored Nov 9, 2021
1 parent 5b3d037 commit 1d3a920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastly/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package fastly

const MessageTypeDescription = "How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`"
const GzipLevelDescription = "Level of Gzip compression from `0-9`. `0` means no compression. `1` is the fastest and the least compressed version, `9` is the slowest and the most compressed version. Default `0`"
const TimestampFormatDescription = "The `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)"
const TimestampFormatDescription = "The `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)"

0 comments on commit 1d3a920

Please sign in to comment.