summaryrefslogtreecommitdiffhomepage
path: root/ru-ru
diff options
context:
space:
mode:
authorVlad Frolov <frolvlad@gmail.com>2019-11-02 14:24:20 +0200
committerGitHub <noreply@github.com>2019-11-02 14:24:20 +0200
commitc9cdda14053d803b2fd4f99a856303f5b867967c (patch)
treec181ca7ca56e4850943347bca1197a87a7dfaa34 /ru-ru
parent816613fac9d863e7645cb71ca73ac8ce973aae93 (diff)
Fixed indentation
Diffstat (limited to 'ru-ru')
-rw-r--r--ru-ru/rust-ru.html.markdown2
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
}
}