1
0
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:
Vlad Frolov 2019-11-02 14:24:20 +02:00 committed by GitHub
parent 816613fac9
commit c9cdda1405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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