chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3786db
)
Fix a tiny whitespace error
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 1 May 2022 00:10:08 +0000
(
01:10
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 1 May 2022 00:10:08 +0000
(
01:10
+0100)
Noticed in passing.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/global.rs
patch
|
blob
|
history
diff --git
a/src/global.rs
b/src/global.rs
index b7bad6b34dd57551e1fdb6af11d5bb49ee6fb97c..53f95a30130e01143113289916b442180312462f 100644
(file)
--- a/
src/global.rs
+++ b/
src/global.rs
@@
-1457,7
+1457,7
@@
impl IPieces {
}
pub fn is_empty(&self) -> bool {
- let
IPieces(actual) = self;
+ let IPieces(actual) = self;
actual.is_empty()
}
}