Skip to content

Commit

Permalink
style: adjust trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroh committed Aug 21, 2024
1 parent f7349da commit 79d73b8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/tests/scenarios/incorrect_merge_conflict/base.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ protected void wrapUp(GHRepository[] page) {
}
};
}
}
}
2 changes: 1 addition & 1 deletion bin/tests/scenarios/incorrect_merge_conflict/left.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ protected void wrapUp(GHRepository[] page) {
}
};
}
}
}
3 changes: 2 additions & 1 deletion bin/tests/scenarios/incorrect_merge_conflict/merge.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ public class Main { public static void main ( ) { return
=======
retrieve ( ) . with ( "since" , since ) . asPagedIterable ( "/repositories" , GHRepository [ ] . class , item -> item . wrap ( GitHub . this ) )
>>>>>>>
; } }
; } }

2 changes: 1 addition & 1 deletion bin/tests/scenarios/incorrect_merge_conflict/right.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ public static void main() {
GHRepository[].class,
item -> item.wrap(GitHub.this) );
}
}
}

0 comments on commit 79d73b8

Please sign in to comment.