Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
wForget committed Sep 5, 2024
1 parent 8be17a3 commit ab37f8e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,7 @@ class VeloxListenerApi extends ListenerApi with Logging {
} else {
val baseLibName = conf.get(GlutenConfig.GLUTEN_LIB_NAME, "gluten")
loader.load(s"$baseLibPackage/${System.mapLibraryName(baseLibName)}", false)
loader.load(
s"$baseLibPackage/${System.mapLibraryName(VeloxBackend.BACKEND_NAME)}",
false)
loader.load(s"$baseLibPackage/${System.mapLibraryName(VeloxBackend.BACKEND_NAME)}", false)
}

// Initial native backend with configurations.
Expand Down

0 comments on commit ab37f8e

Please sign in to comment.