minor cleanup

This commit is contained in:
Gered 2023-03-07 11:39:04 -05:00
parent 57eb364654
commit 43b2c9df7c

View file

@ -57,7 +57,7 @@ pub enum SystemError {
SDLError(String),
#[error("System audio error: {0}")]
AudioError(#[from] crate::audio::AudioError),
AudioError(#[from] AudioError),
}
/// Builder for configuring and constructing an instance of [`System`].