diff options
| author | Peter Fürstenau <fuerstenau@mathematik.tu-darmstadt.de> | 2018-12-28 20:52:46 +0100 |
|---|---|---|
| committer | Peter Fürstenau <fuerstenau@mathematik.tu-darmstadt.de> | 2018-12-28 20:52:46 +0100 |
| commit | 8be7050b740c0e48a921e01446d5ec0e9a35881d (patch) | |
| tree | 17a8d73183881b301e105002bd8153daf1a4767e | |
| parent | 6ee0e222040382d210ef68acf7b7c57c23a42ecf (diff) | |
| download | rust-8be7050b740c0e48a921e01446d5ec0e9a35881d.tar.gz rust-8be7050b740c0e48a921e01446d5ec0e9a35881d.zip | |
Fix formatting
| -rw-r--r-- | tests/ui/question_mark.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/question_mark.rs b/tests/ui/question_mark.rs index 880c163e833..7e749d164ca 100644 --- a/tests/ui/question_mark.rs +++ b/tests/ui/question_mark.rs @@ -19,7 +19,7 @@ fn some_other_func(a: Option<u32>) -> Option<u32> { if a.is_none() { return None; } else { - return Some(0); + return Some(0); } unreachable!() } |
