Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Junhao Liao <[email protected]>
  • Loading branch information
davemarco and junhaoliao authored Nov 22, 2024
1 parent 2385919 commit de03857
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {jsonValueToString} from "../utils";
/**
* A field formatter that rounds numerical values to the nearest integer.
* For non-numerical values, the field's value is converted to a string then returned as-is.
* Options: none.
* Options: None.
*/
class RoundFormatter implements YscopeFieldFormatter {
constructor (options: Nullable<string>) {
Expand Down

0 comments on commit de03857

Please sign in to comment.