Skip to content

Commit

Permalink
removing =sep to csv export
Browse files Browse the repository at this point in the history
  • Loading branch information
HLAD Nicolas committed Sep 26, 2024
1 parent 45f5fea commit afb64c6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/GitLabHealth-Model-Analysis/GitMetricExporter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,6 @@ GitMetricExporter >> exportProjectAnalysesInCSV [

file := self constructFilePath: groupOver.
file writeStreamDo: [ :aStream |
aStream
<< 'sep=,';
<< OSPlatform current lineEnding.
exportBrowserModel writeCSVOn: aStream ] ]
]

Expand Down Expand Up @@ -296,9 +293,6 @@ GitMetricExporter >> exportUserAnalysesInCSV [
file := self constructFilePath: groupOver.

file writeStreamDo: [ :aStream |
aStream
<< 'sep=,';
<< OSPlatform current lineEnding.
exportBrowserModel writeCSVOn: aStream ] ]
]

Expand Down

0 comments on commit afb64c6

Please sign in to comment.