Added semicolon

This commit is contained in:
WolverinDEV 2019-11-24 15:53:12 +01:00
parent 94b132c22a
commit 8471d44c41

View file

@ -25,7 +25,7 @@ interface RecorderProfileConfig {
} }
} }
let default_recorder: RecorderProfile /* needs initialize */ let default_recorder: RecorderProfile; /* needs initialize */
class RecorderProfile { class RecorderProfile {
readonly name; readonly name;
readonly volatile; /* not saving profile */ readonly volatile; /* not saving profile */