Skip to content

Commit f193e1d

Browse files
committed
Add missing newlines
1 parent c27ccb5 commit f193e1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blockdevice/stats.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,4 +502,4 @@ func (fs FS) SysBlockDeviceIOStat(device string) (IODeviceStats, error) {
502502
}
503503
}
504504
return ioDeviceStats, nil
505-
}
505+
}

ext4/ext4.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ func (fs FS) ProcStat() ([]*Stats, error) {
103103
}
104104

105105
return stats, nil
106-
}
106+
}

0 commit comments

Comments
 (0)