diff --git a/blockdevice/stats.go b/blockdevice/stats.go index 5a9836d0..44d942c3 100644 --- a/blockdevice/stats.go +++ b/blockdevice/stats.go @@ -502,4 +502,4 @@ func (fs FS) SysBlockDeviceIOStat(device string) (IODeviceStats, error) { } } return ioDeviceStats, nil -} \ No newline at end of file +} diff --git a/ext4/ext4.go b/ext4/ext4.go index 441368fc..2e0dfdb4 100644 --- a/ext4/ext4.go +++ b/ext4/ext4.go @@ -103,4 +103,4 @@ func (fs FS) ProcStat() ([]*Stats, error) { } return stats, nil -} \ No newline at end of file +}