Skip to content

Commit

Permalink
updatehub: Fix code style issue
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
  • Loading branch information
otavio committed Nov 25, 2020
1 parent 239088d commit 2ab2ec6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion updatehub/src/utils/definitions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ impl TargetTypeExt for TargetType {
}
}

/// Utility functions for [Gid](pkg_schema::definitions::target_permissions::Gid)
/// Utility functions for
/// [Gid](pkg_schema::definitions::target_permissions::Gid)
/// and [Uid](pkg_schema::definitions::target_permissions::Uid)
pub(crate) trait IdExt {
/// Gets numeric id;
Expand Down

0 comments on commit 2ab2ec6

Please sign in to comment.