Skip to content

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Jul 1, 2023
1 parent ea494dc commit e0f594e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion photon-client/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"comma-dangle": ["error", "never"],
"semi": ["error", "always"]
}
}
}
2 changes: 1 addition & 1 deletion photon-client/src/components/app/photon-camera-stream.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ const handleClick = () => {
:style="style"
@click="handleClick"
/>
</template>
</template>
2 changes: 1 addition & 1 deletion photon-client/src/components/app/photon-log-view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ document.addEventListener("keydown", e => {
width: 25%;
height: 100%;
}
</style>
</style>
2 changes: 1 addition & 1 deletion photon-client/src/components/app/photon-sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,4 @@ const mdAndUp = computed<boolean>(() => getCurrentInstance()?.proxy.$vuetify.bre
height: 70px;
object-fit: contain;
}
</style>
</style>
1 change: 0 additions & 1 deletion photon-client/src/components/common/cv-number-input.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@ const localValue = computed({
</v-row>
</div>
</template>

2 changes: 1 addition & 1 deletion photon-client/src/types/SettingTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ export enum RobotOffsetType {
Single=1,
DualFirst=2,
DualSecond=3
}
}

0 comments on commit e0f594e

Please sign in to comment.