Skip to content

Commit

Permalink
fix: fix format-code
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioShare committed Nov 27, 2023
1 parent 19f184b commit 257a87c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public ActivityInfo(String className,
this.theme = theme;
this.configChanges = configChanges;
this.softInputMode = softInputMode;
this.screenOrientation=screenOrientation;
this.screenOrientation = screenOrientation;
}

protected ActivityInfo(Parcel in) {
Expand Down

0 comments on commit 257a87c

Please sign in to comment.