Skip to content

Commit

Permalink
Apply prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rtorrero committed Jul 12, 2023
1 parent 52c61f6 commit e7d6649
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/js/components/ClusterDetails/HanaClusterDetails.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ function HanaClusterDetails({
sapSystems,
details,
lastExecution,
onStartExecution = () => { },
navigate = () => { },
onStartExecution = () => {},
navigate = () => {},
}) {
const enrichedNodes = enrichNodes(details?.nodes, hosts);
const enrichedSapSystem = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ export const Hana = {
sapSystems,
details,
lastExecution,
onStartExecution: () => { },
navigate: () => { },
onStartExecution: () => {},
navigate: () => {},
},
};

Expand Down

0 comments on commit e7d6649

Please sign in to comment.