Apply review suggestions - change = to in

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
Joe Farebrother
2024-08-30 13:25:59 +01:00
committed by GitHub
parent 5494389c4b
commit 5360192a58
2 changed files with 2 additions and 2 deletions

View File

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

View File

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