diff options
| author | acdenisSK <[email protected]> | 2017-07-27 06:42:48 +0200 |
|---|---|---|
| committer | acdenisSK <[email protected]> | 2017-07-27 07:30:23 +0200 |
| commit | 550030264952f0e0043b63f4582bb817ef8bbf37 (patch) | |
| tree | b921e2f78fd603a5ca671623083a32806fd16090 /src/voice/payload.rs | |
| parent | Use a consistent indentation style (diff) | |
| download | serenity-550030264952f0e0043b63f4582bb817ef8bbf37.tar.xz serenity-550030264952f0e0043b63f4582bb817ef8bbf37.zip | |
rustfmt
Diffstat (limited to 'src/voice/payload.rs')
| -rw-r--r-- | src/voice/payload.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/voice/payload.rs b/src/voice/payload.rs index c2e7c0c..0096ebe 100644 --- a/src/voice/payload.rs +++ b/src/voice/payload.rs @@ -1,6 +1,6 @@ use serde_json::Value; use super::connection_info::ConnectionInfo; -use ::constants::VoiceOpCode; +use constants::VoiceOpCode; #[inline] pub fn build_identify(info: &ConnectionInfo) -> Value { |