Skip to content

Commit

Permalink
Merge branch 'master' into replace-while-with-do-while
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar authored Sep 23, 2024
2 parents f884749 + d843bb8 commit 38054f3
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 9 deletions.
48 changes: 41 additions & 7 deletions .idea/inspectionProfiles/No_Back_Sliding.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .idea/ktfmt.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public String toString() {
return "";
}

final String ls = System.getProperty("line.separator");
final String ls = System.lineSeparator();

return statesOfSsaVars + ls + valuesOfSsaVars + ls + numbersOfSsaVarsThatAreParemerters;
}
Expand Down

0 comments on commit 38054f3

Please sign in to comment.