Skip to content

Commit

Permalink
Use a simple formatter instead of hyphenated
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Jan 2, 2024
1 parent ac5eadf commit 411f988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ruff_notebook/src/notebook.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ impl Notebook {
loop {
let new_id = uuid::Builder::from_random_bytes(rng.gen())
.into_uuid()
.as_hyphenated()
.as_simple()
.to_string();

if existing_ids.insert(new_id.clone()) {
Expand Down

0 comments on commit 411f988

Please sign in to comment.