Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
absternator committed Nov 13, 2023
1 parent 5f262dc commit 9ac8161
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/static/src/app/components/options/ParameterSetView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ import { paramSetLineStyle } from "../../plot";
import { RunGetter } from "../../store/run/getters";
const parameterColors = {
red: "#dc3545",
blue: "#479fb6",
grey: "#bbb"
};
red: "#dc3545",
blue: "#479fb6",
grey: "#bbb"
};
export default defineComponent({
name: "ParameterSetView",
Expand Down

0 comments on commit 9ac8161

Please sign in to comment.