Skip to content

Commit

Permalink
Apply review suggestions - change = to in
Browse files Browse the repository at this point in the history
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
  • Loading branch information
joefarebrother and RasmusWL authored Aug 30, 2024
1 parent 5494389 commit 5360192
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()]
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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()]
}

Expand Down

0 comments on commit 5360192

Please sign in to comment.