Skip to content

Commit

Permalink
Spotless Apply
Browse files Browse the repository at this point in the history
  • Loading branch information
zackyoungh authored and github-actions[bot] committed Nov 13, 2024
1 parent ca72f63 commit 390dc52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ const Service = (props: { showDesc: boolean; tabs: CenterTab[]; action: any }) =
};
return (
<PanelGroup direction={'horizontal'}>
<Panel defaultSize={20} style={{ display: 'flex', flexDirection: 'column',padding: 10 }}>
<Panel defaultSize={20} style={{ display: 'flex', flexDirection: 'column', padding: 10 }}>
<Flex justify={'right'}>
<RunToolBarButton
showDesc={showDesc}
Expand Down

0 comments on commit 390dc52

Please sign in to comment.