mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Set up wpiformat
This commit is contained in:
committed by
Peter Johnson
parent
4514ff8071
commit
19f7a5f108
@@ -5,12 +5,13 @@
|
||||
/* the project. */
|
||||
/*----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef NT_TEST_MOCKENTRYNOTIFIER_H_
|
||||
#define NT_TEST_MOCKENTRYNOTIFIER_H_
|
||||
#ifndef NTCORE_MOCKENTRYNOTIFIER_H_
|
||||
#define NTCORE_MOCKENTRYNOTIFIER_H_
|
||||
|
||||
#include "gmock/gmock.h"
|
||||
#include <memory>
|
||||
|
||||
#include "IEntryNotifier.h"
|
||||
#include "gmock/gmock.h"
|
||||
|
||||
namespace nt {
|
||||
|
||||
@@ -39,4 +40,4 @@ class MockEntryNotifier : public IEntryNotifier {
|
||||
|
||||
} // namespace nt
|
||||
|
||||
#endif // NT_TEST_MOCKENTRYNOTIFIER_H_
|
||||
#endif // NTCORE_MOCKENTRYNOTIFIER_H_
|
||||
|
||||
Reference in New Issue
Block a user