mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-01-17 21:49:22 +01:00
Fixed indentation
This commit is contained in:
parent
816613fac9
commit
c9cdda1405
@ -175,7 +175,7 @@ fn main() {
|
||||
// Методы //
|
||||
|
||||
impl<T> Foo<T> {
|
||||
fn get_bar(self) -> T {
|
||||
fn get_bar(self) -> T {
|
||||
self.bar
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user