Skip to content

Commit de9699d

Browse files
committed
Fix the code format issue x 2
1 parent 1ea8838 commit de9699d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/specBuilder/data/dataUtils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* OF ANY KIND, either express or implied. See the License for the specific language
1010
* governing permissions and limitations under the License.
1111
*/
12-
import { DEFAULT_TIME_DIMENSION, DEFAULT_TRANSFORMED_TIME_DIMENSION, TABLE } from '@constants';
12+
import { DEFAULT_TIME_DIMENSION, DEFAULT_TRANSFORMED_TIME_DIMENSION, TABLE } from '@constants';
1313

1414
import { addTimeTransform, getTableData } from './dataUtils';
1515

src/stories/components/Line/Line.story.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const LineStory: StoryFn<typeof Line> = (args): ReactElement => {
9494
};
9595

9696
const LineStoryWithUTCData: StoryFn<typeof Line> = (args): ReactElement => {
97-
const chartProps = useChartProps({ ...defaultChartProps, data: workspaceTrendsData.map(d => ({ ...d, datetime: new Date(d.datetime).toISOString() }))});
97+
const chartProps = useChartProps({ ...defaultChartProps, data: workspaceTrendsData.map(d => ({ ...d, datetime: new Date(d.datetime).toISOString() })) });
9898
return (
9999
<Chart {...chartProps}>
100100
<Axis position="left" grid title="Users" />

0 commit comments

Comments
 (0)