Skip to content

Commit

Permalink
fix spotless issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maobaolong committed Jan 5, 2025
1 parent 265af96 commit 96ee3d7
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@

package org.apache.uniffle.storage.handler.impl;

import java.io.File;
import java.io.IOException;

import io.netty.buffer.ByteBuf;

import org.apache.uniffle.storage.api.FileWriter;
import org.apache.uniffle.storage.common.FileBasedShuffleSegment;

import java.io.File;
import java.io.IOException;

/** A shuffle writer that write data into black hole. */
public class LocalFileBlackHoleWriter implements FileWriter {

Expand Down

0 comments on commit 96ee3d7

Please sign in to comment.