소스 검색

fix: formatting

Soham Parekh 4 년 전
부모
커밋
e6098ec34a
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      dashboard/src/main/home/cluster-dashboard/expanded-chart/status/Logs.tsx

+ 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(