Skip to content

Commit

Permalink
Merge branch 'kodlamaio-projects:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammet-klc authored Oct 18, 2023
2 parents 72aafa1 + 29aec91 commit 4e23532
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ string[] codeLines
fileContent.InsertRange(
methodEndIndex,
collection: codeLines.Select(line => new string(' ', minimumSpaceCountInMethod) + line)
.Where(line => !fileContent.Contains(line))
);
await System.IO.File.WriteAllLinesAsync(filePath, contents: fileContent.ToArray());
}
Expand Down

0 comments on commit 4e23532

Please sign in to comment.