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 3, 2024
1 parent 376f39c commit f4edaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ruff_notebook/src/notebook.rs
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 f4edaa6

Please sign in to comment.