Skip to content

Commit

Permalink
fix: empty lines in end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Nov 25, 2024
1 parent 983c325 commit 84175de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ class NavBarManagerModule(
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ class NavBarManagerPackage : ReactPackage {
modules.add(NavBarManagerModule(reactContext))
return modules
}
}
}

0 comments on commit 84175de

Please sign in to comment.