瀏覽代碼

Attemp clang format fix?

Seems to be an issue with clang format
David Marcec 7 年之前
父節點
當前提交
dfe4b3f723
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/core/hle/service/friend/errors.h

+ 0 - 1
src/core/hle/service/friend/errors.h

@@ -9,5 +9,4 @@
 namespace Service::Friend {
 
 constexpr ResultCode ERR_NO_NOTIFICATIONS{ErrorModule::Account, 15};
-
 }