diff --git a/Formula/mongo-orchestration.rb b/Formula/mongo-orchestration.rb index e725a7510b1..9a1df81ee7e 100644 --- a/Formula/mongo-orchestration.rb +++ b/Formula/mongo-orchestration.rb @@ -43,28 +43,29 @@ class MongoOrchestration < Formula plist_options :startup => true, :manual => "#{HOMEBREW_PREFIX}/opt/mongo-orchestration/bin/mongo-orchestration -b 127.0.0.1 -p 8889 --no-fork start" - def plist; <<~EOS - - - - - Label - mongo-orchestration - ProgramArguments - - #{opt_bin}/mongo-orchestration - -b - 127.0.0.1 - -p - 8889 - --no-fork - start - - RunAtLoad - - - - EOS + def plist + <<~EOS + + + + + Label + mongo-orchestration + ProgramArguments + + #{opt_bin}/mongo-orchestration + -b + 127.0.0.1 + -p + 8889 + --no-fork + start + + RunAtLoad + + + + EOS end test do