File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ impl SizedSample for i16 {
147
147
const FORMAT : SampleFormat = SampleFormat :: I16 ;
148
148
}
149
149
150
- // impl SizedSample for I24 { const FORMAT: SampleFormat = SampleFormat::I24; }
150
+ impl SizedSample for I24 { const FORMAT : SampleFormat = SampleFormat :: I24 ; }
151
151
152
152
impl SizedSample for i32 {
153
153
const FORMAT : SampleFormat = SampleFormat :: I32 ;
@@ -167,7 +167,7 @@ impl SizedSample for u16 {
167
167
const FORMAT : SampleFormat = SampleFormat :: U16 ;
168
168
}
169
169
170
- // impl SizedSample for U24 { const FORMAT: SampleFormat = SampleFormat::U24; }
170
+ impl SizedSample for U24 { const FORMAT : SampleFormat = SampleFormat :: U24 ; }
171
171
172
172
impl SizedSample for u32 {
173
173
const FORMAT : SampleFormat = SampleFormat :: U32 ;
You can’t perform that action at this time.
0 commit comments