Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Aug 29, 2023
1 parent 8bd1c3b commit c91671c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/analyse/src/study/relay/relayCtrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default class RelayCtrl {
readonly send: AnalyseSocketSend,
readonly redraw: () => void,
readonly members: StudyMemberCtrl,
chapter: StudyChapter
chapter: StudyChapter,
) {
this.applyChapterRelay(chapter, chapter.relay);
this.tourShow = {
Expand Down

0 comments on commit c91671c

Please sign in to comment.