Skip to content

Commit

Permalink
codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinw66 committed Feb 19, 2025
1 parent d08aa79 commit 37488a3
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
package org.apache.bigtop.manager.agent.grpc.interceptor;

import org.apache.bigtop.manager.common.utils.ProjectPathUtils;

import org.apache.bigtop.manager.grpc.generated.TaskLogRequest;

import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
Expand Down Expand Up @@ -93,7 +93,8 @@ public void testTruncateLogFileFileDoesNotExist() throws IOException {

@Test
public void testIsTaskLogRequestTaskRequest() {
TaskLogRequest taskLogRequest = TaskLogRequest.newBuilder().setTaskId(1L).build();
TaskLogRequest taskLogRequest =
TaskLogRequest.newBuilder().setTaskId(1L).build();

Boolean result = taskInterceptor.isTaskRequest(taskLogRequest);

Expand Down

0 comments on commit 37488a3

Please sign in to comment.