Skip to content

Commit f8da9f5

Browse files
committed
fix linter error
1 parent d2bd1d5 commit f8da9f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/viam/sdk/module/signal_manager.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22

3-
#include <memory>
3+
#include <memory>
44

55
namespace viam {
66
namespace sdk {
@@ -23,8 +23,8 @@ class SignalManager {
2323
int wait();
2424

2525
private:
26-
struct Impl;
27-
std::unique_ptr<Impl> pImpl;
26+
struct Impl;
27+
std::unique_ptr<Impl> pImpl;
2828
};
2929

3030
} // namespace sdk

0 commit comments

Comments
 (0)