diff options
author | Vlad Frolov <frolvlad@gmail.com> | 2019-11-02 14:24:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-02 14:24:20 +0200 |
commit | c9cdda14053d803b2fd4f99a856303f5b867967c (patch) | |
tree | c181ca7ca56e4850943347bca1197a87a7dfaa34 /ru-ru/rust-ru.html.markdown | |
parent | 816613fac9d863e7645cb71ca73ac8ce973aae93 (diff) |
Fixed indentation
Diffstat (limited to 'ru-ru/rust-ru.html.markdown')
-rw-r--r-- | ru-ru/rust-ru.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ru-ru/rust-ru.html.markdown b/ru-ru/rust-ru.html.markdown index 3211fb61..16b635f0 100644 --- a/ru-ru/rust-ru.html.markdown +++ b/ru-ru/rust-ru.html.markdown @@ -175,7 +175,7 @@ fn main() { // Методы // impl<T> Foo<T> { - fn get_bar(self) -> T { + fn get_bar(self) -> T { self.bar } } |