summaryrefslogtreecommitdiffhomepage
path: root/lib/rules/alignment.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rules/alignment.rb')
-rw-r--r--lib/rules/alignment.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/rules/alignment.rb b/lib/rules/alignment.rb
index 4072227..0db72f5 100644
--- a/lib/rules/alignment.rb
+++ b/lib/rules/alignment.rb
@@ -1,5 +1,7 @@
+# frozen_string_literal: true
+
FF::Sys.new('Alignment', priority: 50) do
- group_velocity = [0.0,0.0]
+ group_velocity = [0.0, 0.0]
boids_count = FF::Cmp::Boids.each.to_a.count
FF::Cmp::Boids.each do |boid|