diff options
| author | realtradam <[email protected]> | 2021-08-10 00:24:10 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-08-10 00:24:10 -0400 |
| commit | fef549030394f1662fcef86afa853b5238ec88d2 (patch) | |
| tree | 3924722a98f585d90dd6f0bf0bdfa452d3560559 /lib/rules/bounds.rb | |
| parent | b22858807ffe83a35a956272c401aec17dadb759 (diff) | |
| download | ruboids-fef549030394f1662fcef86afa853b5238ec88d2.tar.gz ruboids-fef549030394f1662fcef86afa853b5238ec88d2.zip | |
rubocop autofixes
Diffstat (limited to 'lib/rules/bounds.rb')
| -rw-r--r-- | lib/rules/bounds.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rules/bounds.rb b/lib/rules/bounds.rb index 5045d60..8524e02 100644 --- a/lib/rules/bounds.rb +++ b/lib/rules/bounds.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + FF::Sys.new('Bounds', priority: 50) do FF::Cmp::Boids.each do |boid| if boid.x > $config.xmax |
