Browse Source

Whitespace

Michael Melanson 4 years ago
parent
commit
a6e4cc9b44
1 changed files with 1 additions and 1 deletions
  1. 1 1
      aml/src/resource.rs

+ 1 - 1
aml/src/resource.rs

@@ -526,4 +526,4 @@ fn test_fdc_crs() {
         Resource::Irq(IrqDescriptor { is_consumer: false, trigger: InterruptTrigger::Edge, polarity: InterruptPolarity::ActiveHigh, is_shared: false, is_wake_capable: false, irq: 64 }), 
         Resource::Dma(DMADescriptor { channel_mask: 4, supported_speeds: DMASupportedSpeed::CompatibilityMode, is_bus_master: false, transfer_type_preference: DMATransferTypePreference::_8BitOnly })
     ]));
-}
+}