Skip to content

Commit be443f4

Browse files
committed
No need to return null
1 parent 9312d25 commit be443f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/block-library/src/gallery/gap-styles.js

-2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,4 @@ export default function useGapStyles( { blockGap, clientId } ) {
4444
id: `gallery-gap-${ clientId }`,
4545
css: gap,
4646
} );
47-
48-
return null;
4947
}

0 commit comments

Comments
 (0)