Skip to content

Commit

Permalink
Fix restyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple committed Jul 27, 2022
1 parent 2b7179d commit 8b08490
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/server/AppDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ class AppDelegate
virtual void OnCommissioningSessionStopped() {}

/*
* This is called anytime a basic or enhanced commissioning window is opened.
*
* The type of the window can be retrieved by calling
* CommissioningWindowManager::CommissioningWindowStatus()
*/
* This is called anytime a basic or enhanced commissioning window is opened.
*
* The type of the window can be retrieved by calling
* CommissioningWindowManager::CommissioningWindowStatus()
*/
virtual void OnCommissioningWindowOpened() {}
virtual void OnCommissioningWindowClosed() {}
};

0 comments on commit 8b08490

Please sign in to comment.