From 21e018c7d5b50c999641c69a141e98b35b6054ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:19:33 +0000 Subject: [PATCH] Formatting fixes --- .../main/java/edu/wpi/first/epilogue/util/InferLogPath.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/epilogue-runtime/src/main/java/edu/wpi/first/epilogue/util/InferLogPath.java b/epilogue-runtime/src/main/java/edu/wpi/first/epilogue/util/InferLogPath.java index a2bc96362a4..6101481304b 100644 --- a/epilogue-runtime/src/main/java/edu/wpi/first/epilogue/util/InferLogPath.java +++ b/epilogue-runtime/src/main/java/edu/wpi/first/epilogue/util/InferLogPath.java @@ -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; @@ -26,7 +30,7 @@ class Parser { private static final Map 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. *