Skip to content

Commit f69d797

Browse files
committed
linter semicolon
1 parent 27f147c commit f69d797

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/viam/sdk/config/resource.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ viam::app::v1::ComponentConfig ResourceConfig::to_proto() const {
138138
return proto_cfg;
139139
}
140140

141-
ResourceConfig::ResourceConfig(std::string type)
142-
: api_({kRDK, type, ""}), type_(std::move(type)) {};
141+
ResourceConfig::ResourceConfig(std::string type) : api_({kRDK, type, ""}), type_(std::move(type)) {}
143142

144143
} // namespace sdk
145144
} // namespace viam

0 commit comments

Comments
 (0)