Skip to content

Commit

Permalink
Update barcoder.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
alexobviously committed Feb 24, 2024
1 parent 1bbccc8 commit b1cb6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/barcoder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Barcoder < Formula
version "0.0.1"

Check failure on line 7 in Formula/barcoder.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.

Check failure on line 7 in Formula/barcoder.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

FormulaAudit/ComponentsOrder: `version` (line 7) should be put before `license` (line 5)
sha256 "e40f1210b880b26a90e9fab965790030d4e04f010676ed6c8bec05e9f9e4e4ee"

Check failure on line 8 in Formula/barcoder.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.

depends_on "dart" => :build
depends_on "dart-sdk" => :build

Check failure on line 10 in Formula/barcoder.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.

def install

Check failure on line 12 in Formula/barcoder.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.
system "dart", "pub", "get"
Expand Down

0 comments on commit b1cb6d1

Please sign in to comment.