Skip to content

Commit

Permalink
Spotless Apply
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu-mingye authored and github-actions[bot] committed Nov 17, 2023
1 parent 30bf286 commit 8924079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ export const showBadge = (type: string) => {
}
};



/**
* build Catalogue tree
* @param {Catalogue[]} data
Expand Down Expand Up @@ -189,4 +187,3 @@ export const buildProjectTree = (
export const isUDF = (jobType: string): boolean => {
return jobType === 'Scala' || jobType === 'Python' || jobType === 'Java';
};

3 changes: 2 additions & 1 deletion dinky-web/src/pages/DataStudio/MiddleContainer/function.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
*/

import {
FileIcon, FlinkJarSvg,
FileIcon,
FlinkJarSvg,
FlinkSQLEnvSvg,
FlinkSQLSvg,
JavaSvg,
Expand Down

0 comments on commit 8924079

Please sign in to comment.