update fmt
This commit is contained in:
parent
bedb899de9
commit
0c5b30f13b
1 changed files with 2 additions and 2 deletions
|
@ -394,7 +394,7 @@ library BN256G2 {
|
|||
}
|
||||
"#;
|
||||
|
||||
pub const SOLIDITY_PAIRING_LIB_V2 : &str = r#"// This file is MIT Licensed.
|
||||
pub const SOLIDITY_PAIRING_LIB_V2: &str = r#"// This file is MIT Licensed.
|
||||
//
|
||||
// Copyright 2017 Christian Reitwiessner
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
@ -543,7 +543,7 @@ library Pairing {
|
|||
}
|
||||
"#;
|
||||
|
||||
pub const SOLIDITY_PAIRING_LIB : &str = r#"// This file is MIT Licensed.
|
||||
pub const SOLIDITY_PAIRING_LIB: &str = r#"// This file is MIT Licensed.
|
||||
//
|
||||
// Copyright 2017 Christian Reitwiessner
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
|
Loading…
Reference in a new issue