summaryrefslogtreecommitdiffhomepage
path: root/lib/rules/bounds.rb
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2021-08-10 00:24:10 -0400
committerrealtradam <[email protected]>2021-08-10 00:24:10 -0400
commitfef549030394f1662fcef86afa853b5238ec88d2 (patch)
tree3924722a98f585d90dd6f0bf0bdfa452d3560559 /lib/rules/bounds.rb
parentb22858807ffe83a35a956272c401aec17dadb759 (diff)
downloadruboids-fef549030394f1662fcef86afa853b5238ec88d2.tar.gz
ruboids-fef549030394f1662fcef86afa853b5238ec88d2.zip
rubocop autofixes
Diffstat (limited to 'lib/rules/bounds.rb')
-rw-r--r--lib/rules/bounds.rb2
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