Skip to content

Commit

Permalink
style(dbaas-logs): apply prettier rules
Browse files Browse the repository at this point in the history
uses: `yarn run format:js`

Signed-off-by: Antoine Leblanc <[email protected]>
  • Loading branch information
antleblanc authored and anooparveti committed Oct 25, 2023
1 parent d999303 commit 9e3b327
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ export default {
controllerAs: 'ctrl',
template,
};

Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,3 @@ export default /* @ngInject */ ($stateProvider) => {
},
});
};

Original file line number Diff line number Diff line change
Expand Up @@ -232,4 +232,3 @@ export default class LogsHomeCtrl {
});
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -307,4 +307,3 @@ export default class LogsHomeService {
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -276,4 +276,3 @@ export default {
'-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmDMEYxiLtxYJKwYBBAHaRw8BAQdAy4ggQveZ1367awSh4HdpeYokD4Rs16hfqUTU\nK+NZYYW0H1JvYmVydG8gQ2FybG9zIDxyb2JlcnRAY2FybC5vcz6IkAQTFggAOBYh\nBEbafoALfZz4oKGtFVc1M2Vpnd85BQJjGIu3AhsDBQsJCAcCBhUKCQgLAgQWAgMB\nAh4BAheAAAoJEFc1M2Vpnd85CV4BAMclcRA6QfiHrtgGRiOgx1XuqSfV3245VtDl\nhqkiuyJWAP0XBTkgqUmQ3QSoE+fYOpnWpHt6n1m7FikkadOrrOmaCLg4BGMYi7cS\nCisGAQQBl1UBBQEBB0Ct7vcRp8DniPIvkMREAikuZBlWnJv8TyzSK4JtIcCXIwMB\nCAeIeAQYFggAIBYhBEbafoALfZz4oKGtFVc1M2Vpnd85BQJjGIu3AhsMAAoJEFc1\nM2Vpnd85ZnYA/jQ9zyXG2WYT6OoaDdk2/g4uIA5qaF0VZM207GFpCFuQAQDrJFhQ\ngzZPPx4UmQYPpVJO+uH1ZxKWIzZfVZAFZJw+Bg==\n=Q81L\n\n-----END PGP PUBLIC KEY BLOCK-----',
MAX_ENCRYPTION_KEY_PER_STREAM: 5,
};

0 comments on commit 9e3b327

Please sign in to comment.