mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-05 14:27:51 +02:00
Fixed indentation
This commit is contained in:
@@ -175,7 +175,7 @@ fn main() {
|
||||
// Методы //
|
||||
|
||||
impl<T> Foo<T> {
|
||||
fn get_bar(self) -> T {
|
||||
fn get_bar(self) -> T {
|
||||
self.bar
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user