Skip to content

Commit 22f5cec

Browse files
restyled-commitscecille
authored andcommitted
Restyled by prettier-markdown
1 parent a209d1e commit 22f5cec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/testing/unit_testing_clusters.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ CHIP_ERROR DiscoBallServer::Read(const ConcreteReadAttributePath & aPath,
6060
The ClusterLogic class is for all the code that is SHARED between platforms. It
6161
does NOT include any TLV parsing or direct calls to Ember/IM/LogEvent etc.
6262

63-
The class should include attribute getters/setters and handlers for all commands.
63+
The class should include attribute getters/setters and handlers for all
64+
commands.
6465

6566
The class receives “plain data” Matter requests from ClusterServer class,
6667
performs required common actions, and calls driver class to perform platform- or

0 commit comments

Comments
 (0)