Skip to content

Commit db00370

Browse files
authored
Merge pull request #17349 from huonw/static-type-not-type-static
[NFC] 'static Type' is more conventional than 'Type static'.
2 parents b5abea3 + 175192f commit db00370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/GenericSignatureBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class RewritePath {
166166
///
167167
/// \returns the path, or None if it contained unresolved dependent member
168168
/// types.
169-
RewritePath static createPath(Type type);
169+
static RewritePath createPath(Type type);
170170

171171
/// Decompose a type into a path.
172172
///

0 commit comments

Comments
 (0)