From de03857ba7d1c654ede099cccb7d400657e45e60 Mon Sep 17 00:00:00 2001 From: davemarco <83603688+davemarco@users.noreply.github.com> Date: Thu, 21 Nov 2024 20:29:41 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Junhao Liao --- .../YscopeFormatter/FieldFormatters/RoundFormatter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/formatters/YscopeFormatter/FieldFormatters/RoundFormatter.ts b/src/services/formatters/YscopeFormatter/FieldFormatters/RoundFormatter.ts index 0bfd9282..937d88a4 100644 --- a/src/services/formatters/YscopeFormatter/FieldFormatters/RoundFormatter.ts +++ b/src/services/formatters/YscopeFormatter/FieldFormatters/RoundFormatter.ts @@ -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) {