Skip to content

Commit d7f17d8

Browse files
committed
Fix formatter
1 parent 60c4db7 commit d7f17d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/hash.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ pub fn hash_object_id_raw(p: usize) -> PyHash {
185185
// Ref: https://github.com/RustPython/RustPython/pull/3951#issuecomment-1193108966
186186

187187
/* bottom 3 or 4 bits are likely to be 0; rotate y by 4 to avoid
188-
excessive hash collisions for dicts and sets */
188+
excessive hash collisions for dicts and sets */
189189
// p.rotate_right(4) as PyHash
190190
p as PyHash
191191
}

0 commit comments

Comments
 (0)