Skip to content

Commit

Permalink
chore: run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperswitch-bot[bot] committed Jan 18, 2024
1 parent 5652b9f commit fe6f07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/services/authorization/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ impl PermissionInfo {
.iter()
.map(|&per| Self {
description: Permission::get_permission_description(&per),
enum_name: per
enum_name: per,
})
.collect()
}
Expand Down

0 comments on commit fe6f07a

Please sign in to comment.