Skip to content

Commit e3f93a9

Browse files
committed
解决语言服务的一些警告
1 parent f787f63 commit e3f93a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/CodeFormatServer/Service/ServiceType.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ enum class ServiceType
1313
};
1414

1515
#define LANGUAGE_SERVICE(ServiceClass)\
16-
inline static constexpr ServiceType ServiceIndex = ServiceType::ServiceClass
16+
inline static constexpr ServiceType ServiceIndex = ServiceType::ServiceClass

0 commit comments

Comments
 (0)