Skip to content

Commit 7b8eecb

Browse files
committed
Fixup linting issues.
Signed-off-by: SuperQ <superq@gmail.com>
1 parent c2be286 commit 7b8eecb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

expfmt/expfmt.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const (
4545

4646
// The Content-Type values for the different wire protocols. Do not do direct
4747
// comparisons to these constants, instead use the comparison functions.
48+
//
4849
// Deprecated: Use expfmt.NewFormat(expfmt.TypeUnknown) instead.
4950
FmtUnknown Format = `<unknown>`
5051
// Deprecated: Use expfmt.NewFormat(expfmt.TypeTextPlain) instead.

0 commit comments

Comments
 (0)