Skip to content

Commit

Permalink
Add missing newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
mshahzeb committed Jul 11, 2024
1 parent c27ccb5 commit f193e1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blockdevice/stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -502,4 +502,4 @@ func (fs FS) SysBlockDeviceIOStat(device string) (IODeviceStats, error) {
}
}
return ioDeviceStats, nil
}
}
2 changes: 1 addition & 1 deletion ext4/ext4.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ func (fs FS) ProcStat() ([]*Stats, error) {
}

return stats, nil
}
}

0 comments on commit f193e1d

Please sign in to comment.