mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-26 06:57:43 +02:00
improve code readability
This commit is contained in:
@ -176,7 +176,7 @@ mod _original {
|
||||
buf[5] = b'0';
|
||||
buf[7] = b'9';
|
||||
}
|
||||
_ => (),
|
||||
_ => {},
|
||||
}
|
||||
|
||||
let mut curr: isize = 12;
|
||||
|
Reference in New Issue
Block a user