Skip to content

Commit

Permalink
Update src/main/java/org/openrewrite/javascript/tree/JS.java
Browse files Browse the repository at this point in the history
Co-authored-by: Knut Wannheden <[email protected]>
  • Loading branch information
kunli2 and knutwannheden authored Nov 28, 2023
1 parent 0ce4ef4 commit 9f948e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/openrewrite/javascript/tree/JS.java
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,7 @@ public CoordinateBuilder.Expression getCoordinates() {

public enum Type {
ReadOnly,
Keyof,
KeyOf,
}

public JS.TypeOperator.Padding getPadding() {
Expand Down

0 comments on commit 9f948e0

Please sign in to comment.