Skip to content

Commit 175192f

Browse files
committed
[NFC] 'static Type' is more conventional than 'Type static'.
1 parent 43e1f61 commit 175192f

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)