mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-26 05:10:32 +01:00
Correct formatting.
This commit is contained in:
@@ -52,7 +52,7 @@ impl OpCode {
|
||||
/// Iterator over all possible OpCode values.
|
||||
///
|
||||
/// This iterator is backed internally by a static array of all op codes.
|
||||
pub fn values() -> impl Iterator<Item=Self> {
|
||||
pub fn values() -> impl Iterator<Item = Self> {
|
||||
OP_LIST.iter().cloned()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user