Remove linter errors
This commit is contained in:
parent
381f55b3cb
commit
cac85d2a12
4 changed files with 15 additions and 12 deletions
|
@ -29,7 +29,8 @@ namespace atom {
|
|||
namespace api {
|
||||
|
||||
std::vector<std::string> GetStandardSchemes();
|
||||
void RegisterStandardSchemes(const std::vector<std::string>& schemes, mate::Arguments* args);
|
||||
void RegisterStandardSchemes(const std::vector<std::string>& schemes,
|
||||
mate::Arguments* args);
|
||||
|
||||
class Protocol : public mate::TrackableObject<Protocol> {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue