Skip to content

Commit

Permalink
Removed unwanted change in prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
RijulTP committed Oct 9, 2023
1 parent f372a2e commit 240720e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prettify/prettify.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ func Prettify(parsedAPI *gabs.Container, context map[string]bool, markRange map[
}

res2 := utils.RemoveUnquotedMarker(content)
os.WriteFile(fPath, []byte(res2), 0o644)
os.WriteFile(fPath, []byte(res2), 0644)
}
}

0 comments on commit 240720e

Please sign in to comment.