1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-04 13:57:38 +02:00

Fixed indentation

This commit is contained in:
Vlad Frolov
2019-11-02 14:24:20 +02:00
committed by GitHub
parent 816613fac9
commit c9cdda1405

View File

@@ -175,7 +175,7 @@ fn main() {
// Методы // // Методы //
impl<T> Foo<T> { impl<T> Foo<T> {
fn get_bar(self) -> T { fn get_bar(self) -> T {
self.bar self.bar
} }
} }