Skip to content

Commit 0308dfd

Browse files
committed
output.go: add blank lines after comments
These comments apply to multiple methods, so leave a space between them and the following method.
1 parent 71dfcef commit 0308dfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sizes/output.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ func (i *indentedItem) Emit(t *table) {
245245
type Threshold float64
246246

247247
// Methods to implement pflag.Value:
248+
248249
func (t *Threshold) String() string {
249250
if t == nil {
250251
return "UNSET"
@@ -325,6 +326,7 @@ const (
325326
)
326327

327328
// Methods to implement pflag.Value:
329+
328330
func (n *NameStyle) String() string {
329331
if n == nil {
330332
return "UNSET"

0 commit comments

Comments
 (0)