Skip to content

Commit

Permalink
CM-40907 format
Browse files Browse the repository at this point in the history
  • Loading branch information
naftalicy committed Oct 21, 2024
1 parent f525cc9 commit 45942c7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ def get_lock_file_name(self) -> str:
def verify_restore_file_already_exist(self, restore_file_path: str) -> bool:
return os.path.isfile(restore_file_path)

def prepare_tree_file_path_for_command(self, manifest_file_path: str) -> str:
return manifest_file_path.replace(os.sep + BUILD_GRADLE_FILE_NAME, os.sep + BUILD_GRADLE_KTS_FILE_NAME)

0 comments on commit 45942c7

Please sign in to comment.