diff options
| author | Daniel Schadt <kingdread@gmx.de> | 2020-09-28 14:15:50 +0200 | 
|---|---|---|
| committer | Daniel Schadt <kingdread@gmx.de> | 2020-09-28 14:15:50 +0200 | 
| commit | ed23bdb5f2d4790ab91628a690483b15089c2a55 (patch) | |
| tree | f19d3fb8f096cb7cc9a8a1ec60b9f4be30a180b8 /src | |
| parent | 9f73455cc21f5991dcb2844c369bb4ca7df64747 (diff) | |
| download | evtclib-ed23bdb5f2d4790ab91628a690483b15089c2a55.tar.gz evtclib-ed23bdb5f2d4790ab91628a690483b15089c2a55.tar.bz2 evtclib-ed23bdb5f2d4790ab91628a690483b15089c2a55.zip | |
fix formatting
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -928,7 +928,7 @@ impl Log {      pub fn build_id(&self) -> Option<u64> {          for event in self.events() {              if let EventKind::Build { build } = event.kind() { -                return Some(*build) +                return Some(*build);              }          }          None | 
