mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 15:00:40 +00:00
typo
This commit is contained in:
parent
6010dd9813
commit
b42a11ab38
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class Film {
|
|||
const Film(this.name, this.iso);
|
||||
|
||||
const Film.other()
|
||||
: name = 'Other',
|
||||
: name = '',
|
||||
iso = 0;
|
||||
|
||||
@override
|
||||
|
|
Loading…
Reference in a new issue