Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
Signed-off-by: Navid Yaghoobi <[email protected]>
  • Loading branch information
navidys committed Jun 30, 2024
1 parent 6091aaf commit 67375c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sysfs/class_thermal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ impl ThermalZoneInfo {
/// #Example
/// ```
/// use procsys::sysfs::class_thermal;
///
///
/// fn main() {
/// let thermal_devices = class_thermal::collect();
///
Expand Down
2 changes: 1 addition & 1 deletion src/sysfs/class_watchdog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ impl WatchdogInfo {
/// # Example
/// ```
/// use procsys::sysfs::class_watchdog;
///
///
/// fn main() {
/// let watchdog_devices = class_watchdog::collect();
///
Expand Down

0 comments on commit 67375c4

Please sign in to comment.