Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 71f44d1

Browse files
committed
Remove unneeded function.
1 parent f1f490d commit 71f44d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎run.rb‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def read_schema(schema)
1414
branches = repo.branches.each_name(:local).sort
1515

1616
tokens = []
17-
branches.each.with_index do |branch|
17+
branches.each do |branch|
1818
`git checkout "#{branch}" &> /dev/null`
1919
Dir.glob('schema/*.xsd').map do |schema|
2020
data = read_schema(schema)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /