Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
afinch7 committed Mar 13, 2019
1 parent 7625d11 commit 5395a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/permissions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ impl DenoPermissions {
r
}

/// Try to present the user with a permission prompt
/// Try to present the user with a permission prompt
/// will error with permission_denied if no_prompts is enabled
fn try_permissions_prompt(&self, message: &str) -> DenoResult<()> {
if self.no_prompts.load(Ordering::SeqCst) {
Expand Down

0 comments on commit 5395a33

Please sign in to comment.