Skip to content

Commit d71bb3a

Browse files
committed
run prettier
1 parent 59a91f5 commit d71bb3a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/mainviews/detail-view/job-definition.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,9 @@ export function JobDefinition(props: IJobDefinitionProps): JSX.Element {
290290
{JobDefinition}
291291
{JobsList}
292292
{props.model.notificationsSettings && (
293-
<NotificationsSettingsDetails notification={props.model.notificationsSettings} />
293+
<NotificationsSettingsDetails
294+
notification={props.model.notificationsSettings}
295+
/>
294296
)}
295297
{AdvancedOptions}
296298
</>

src/mainviews/detail-view/job-detail.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,9 @@ export function JobDetail(props: IJobDetailProps): JSX.Element {
353353
{CoreOptions}
354354
{Parameters}
355355
{props.model.notificationsSettings && (
356-
<NotificationsSettingsDetails notification={props.model.notificationsSettings} />
356+
<NotificationsSettingsDetails
357+
notification={props.model.notificationsSettings}
358+
/>
357359
)}
358360
{AdvancedOptions}
359361
</>

0 commit comments

Comments
 (0)