77//
88// Permission is hereby granted, free of charge, to any person
99// obtaining a copy of this software and associated documentation
10- // files (the " Software" ), to deal in the Software without
10+ // files (the “ Software” ), to deal in the Software without
1111// restriction, including without limitation the rights to use,
1212// copy, modify, merge, publish, distribute, sublicense, and/or
1313// sell copies of the Software, and to permit persons to whom the
1717// The above copyright notice and this permission notice shall be
1818// included in all copies or substantial portions of the Software.
1919//
20- // THE SOFTWARE IS PROVIDED " AS IS" , WITHOUT WARRANTY OF ANY KIND,
20+ // THE SOFTWARE IS PROVIDED “ AS IS” , WITHOUT WARRANTY OF ANY KIND,
2121// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2222// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2323// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
@@ -33,4 +33,4 @@ import SwiftSyntax
3333public protocol ExprCodeBlock {
3434 /// The SwiftSyntax expression representation of the code block.
3535 var exprSyntax : ExprSyntax { get }
36- }
36+ }
0 commit comments