diff --git a/prompts/java-refactoring-extract-method.prompt.md b/prompts/java-refactoring-extract-method.prompt.md index 6567672..1a715ec 100644 --- a/prompts/java-refactoring-extract-method.prompt.md +++ b/prompts/java-refactoring-extract-method.prompt.md @@ -99,4 +99,4 @@ Perform intermediate steps internally: # Code to be Refactored: -Now, assess all methods with high complexity and refactoring them using **Extract Method** \ No newline at end of file +Now, assess all methods with high complexity and refactor them using **Extract Method** \ No newline at end of file