diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-08-30 22:18:55 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-08-30 22:18:55 +0200 |
| commit | 181f756a9e8f7b664101058fe91e36b3858c2d02 (patch) | |
| tree | 542e7c694e91d8cc91fa97a328e9bda0567db679 /src/compute/scope.rs | |
| parent | 0d44cf532136f3ba8e34d6f967f9e844cfb9c3f0 (diff) | |
Format everything with rustfmt! 💚
Diffstat (limited to 'src/compute/scope.rs')
| -rw-r--r-- | src/compute/scope.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/compute/scope.rs b/src/compute/scope.rs index 3ab56561..8e6576d1 100644 --- a/src/compute/scope.rs +++ b/src/compute/scope.rs @@ -14,9 +14,7 @@ impl Scope { // Create a new empty scope with a fallback function that is invoked when no // match is found. pub fn new() -> Self { - Self { - functions: HashMap::new(), - } + Self { functions: HashMap::new() } } /// Associate the given name with the function. |
