Skip to content

Commit 065b694

Browse files
committed
remove space
1 parent 5e33f14 commit 065b694

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ruby/ql/lib/codeql/ruby/Concepts.qll

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ module FileSystemWriteAccess {
212212
* Extend this class to refine existing API models. If you want to model new APIs,
213213
* extend `FileSystemPermissionModification::Range` instead.
214214
*/
215-
class FileSystemPermissionModification extends DataFlow::Node instanceof FileSystemPermissionModification::Range
215+
class FileSystemPermissionModification extends DataFlow::Node instanceof FileSystemPermissionModification::Range
216216
{
217217
/**
218218
* Gets an argument to this permission modification that is interpreted as a
@@ -469,7 +469,7 @@ module Http {
469469
}
470470
}
471471

472-
private class RequestInputAccessAsRemoteFlowSource extends RemoteFlowSource::Range instanceof RequestInputAccess
472+
private class RequestInputAccessAsRemoteFlowSource extends RemoteFlowSource::Range instanceof RequestInputAccess
473473
{
474474
override string getSourceType() { result = this.(RequestInputAccess).getSourceType() }
475475
}
@@ -959,7 +959,7 @@ module Path {
959959
* Extend this class to refine existing API models. If you want to model new APIs,
960960
* extend `CookieSecurityConfigurationSetting::Range` instead.
961961
*/
962-
class CookieSecurityConfigurationSetting extends DataFlow::Node instanceof CookieSecurityConfigurationSetting::Range
962+
class CookieSecurityConfigurationSetting extends DataFlow::Node instanceof CookieSecurityConfigurationSetting::Range
963963
{
964964
/**
965965
* Gets a description of how this cookie setting may weaken application security.
@@ -1040,7 +1040,7 @@ module Cryptography {
10401040
* Extend this class to refine existing API models. If you want to model new APIs,
10411041
* extend `CryptographicOperation::Range` instead.
10421042
*/
1043-
class CryptographicOperation extends SC::CryptographicOperation instanceof CryptographicOperation::Range
1043+
class CryptographicOperation extends SC::CryptographicOperation instanceof CryptographicOperation::Range
10441044
{
10451045
/** DEPRECATED: Use `getAlgorithm().isWeak() or getBlockMode().isWeak()` instead */
10461046
deprecated predicate isWeak() { super.isWeak() }

0 commit comments

Comments
 (0)