Soham Parekh 3 лет назад
Родитель
Сommit
e6098ec34a

+ 3 - 3
dashboard/src/main/home/cluster-dashboard/expanded-chart/status/Logs.tsx

@@ -485,9 +485,9 @@ const useLogs = (
   /**
    * In some situations, we might never hit the limit for the max buffer size.
    * An example is if the total logs for the pod < LOGS_BUFFER_SIZE.
-   * 
-   * For handling situations like this, we would want to force a flush operation on the buffer
-   * so that we dont have any stale logs
+   *
+   * For handling situations like this, we would want to force a flush operation
+   * on the buffer so that we dont have any stale logs
    */
   useEffect(() => {
     const flushLogsBufferInterval = setInterval(