Skip to content

Commit 0688eb7

Browse files
committed
format
1 parent fb86c54 commit 0688eb7

File tree

3 files changed

+100
-99
lines changed

3 files changed

+100
-99
lines changed

include/dmlc/backend_registry.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ namespace dmlc {
1919
//
2020
// Contract Requirements:
2121
// * Each backend must define a unique type identifier.
22-
// * Backends must satisfy the BackendInterface contract (init, push/pull, etc).
22+
// * Backends must satisfy the BackendInterface contract (init, push/pull,
23+
// etc).
2324
// * Registration should occur during StepMesh startup or module load.
2425
//
2526
// Backend registry responsibilities:

include/ps/internal/postoffice.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#include <unordered_map>
1212
#include <vector>
1313

14-
#include "ps/internal/customer.h"
1514
#include "ps/env.h"
15+
#include "ps/internal/customer.h"
1616
#include "ps/internal/van.h"
1717
#include "ps/range.h"
1818

0 commit comments

Comments
 (0)