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:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user