Skip to content

Commit d538c75

Browse files
committed
lint
1 parent 61a5b3b commit d538c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/github.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class Github
55

66
class QueryExecutionError < StandardError; end
77

8-
SprintBoardItem = Struct.new(:id, :title, :description, :assignee_logins, :repository, :issue_number, :sprint_title, :status, :points, :labels, keyword_init: true)
8+
SprintBoardItem = Struct.new(:id, :title, :description, :assignee_logins, :repository, :issue_number, :sprint_title, :status, :points, :labels, keyword_init: true)
99

1010
def sprint_board_items
1111
all_data = []

0 commit comments

Comments
 (0)