Skip to content

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 9, 2024
1 parent f1a419a commit 21e018c
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.

package edu.wpi.first.epilogue.util;

import edu.wpi.first.epilogue.Logged;
Expand Down Expand Up @@ -26,7 +30,7 @@ class Parser {
private static final Map<Object, String> logPathMap = new WeakHashMap<>();
private static final String DEFAULT_NAMESPACE = "UNKNOWN";
private static boolean enabled = false;

/**
* Enables log path parsing. This must be called in your robot class to use this interface.
*
Expand Down

0 comments on commit 21e018c

Please sign in to comment.