Skip to content

Commit

Permalink
Appease checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
siggisim committed Dec 19, 2024
1 parent 1a84f45 commit dd5ff13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/compare/compare_execution_log_files.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,7 @@ export default class CompareExecutionLogFilesComponent extends React.Component<P
this.props.modelB,
diff.b.digest!,
diff.b.path!
)}
>
)}>
<div className="invocation-execution-row-image">
{diff.a.digest?.hashFunctionName == "symlink" ? (
<FileSymlink className="icon" />
Expand Down

0 comments on commit dd5ff13

Please sign in to comment.