Skip to content

Commit

Permalink
Format whitespace of an import
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong authored and ramonjd committed Mar 10, 2022
1 parent 9cfb1ef commit da8e838
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/block-editor/src/hooks/font-size.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ import {
FontSizePicker,
} from '../components/font-sizes';
import { TYPOGRAPHY_SUPPORT_KEY } from './typography';
import { cleanEmptyObject, transformStyles, shouldSkipSerialization } from './utils';
import {
cleanEmptyObject,
transformStyles,
shouldSkipSerialization,
} from './utils';
import useSetting from '../components/use-setting';

export const FONT_SIZE_SUPPORT_KEY = 'typography.fontSize';
Expand Down

0 comments on commit da8e838

Please sign in to comment.