Skip to content

Commit

Permalink
wpiformat patch
Browse files Browse the repository at this point in the history
  • Loading branch information
OhmV-IR committed Feb 28, 2025
1 parent 600dedb commit b24ed1f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,9 @@ public void unregisterSubsystem(Subsystem... subsystems) {
m_subsystems.keySet().removeAll(Set.of(subsystems));
}

/**
/**
* Get all registered subsystems.
*
*
* @return Returns the list of registered subsystems as an immutable collection.
*/
public Set<Subsystem> getAllRegisteredSubsystems() {
Expand Down

0 comments on commit b24ed1f

Please sign in to comment.