Update formatting

This commit is contained in:
Joe Farebrother
2024-08-30 13:51:33 +01:00
parent 5360192a58
commit ec7ad84cd1
2 changed files with 6 additions and 4 deletions

View File

@@ -41,8 +41,9 @@ module CleartextLogging {
*/
class SensitiveDataSourceAsSource extends Source, SensitiveDataSource {
SensitiveDataSourceAsSource() {
not SensitiveDataSource.super.getClassification() in
[SensitiveDataClassification::id(), SensitiveDataClassification::certificate()]
not SensitiveDataSource.super.getClassification() in [
SensitiveDataClassification::id(), SensitiveDataClassification::certificate()
]
}
override SensitiveDataClassification getClassification() {

View File

@@ -40,8 +40,9 @@ module CleartextStorage {
*/
class SensitiveDataSourceAsSource extends Source, SensitiveDataSource {
SensitiveDataSourceAsSource() {
not SensitiveDataSource.super.getClassification() in
[SensitiveDataClassification::id(), SensitiveDataClassification::certificate()]
not SensitiveDataSource.super.getClassification() in [
SensitiveDataClassification::id(), SensitiveDataClassification::certificate()
]
}
override SensitiveDataClassification getClassification() {