めんどくさくなったから一括でコミットするけど許してくれ
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
|
||||
#include <cocoatweet/exception/exception.h>
|
||||
|
||||
namespace CocoaTweet::Exception{
|
||||
class TweetDuplicateException final: Exception{
|
||||
using Exception::Exception;
|
||||
};
|
||||
}
|
||||
namespace CocoaTweet::Exception {
|
||||
class TweetDuplicateException final : Exception {
|
||||
using Exception::Exception;
|
||||
};
|
||||
} // namespace CocoaTweet::Exception
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user