From 4dda00c7418a1e4627097467a97b5a7f88e1b535 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Tue, 9 Oct 2018 23:07:07 +0200 Subject: [PATCH] repo: newlines --- rust-bindings/rust/libostree/src/repo.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rust-bindings/rust/libostree/src/repo.rs b/rust-bindings/rust/libostree/src/repo.rs index 64e62a94..eef5ff19 100644 --- a/rust-bindings/rust/libostree/src/repo.rs +++ b/rust-bindings/rust/libostree/src/repo.rs @@ -34,11 +34,13 @@ pub trait RepoExtManual { maxdepth: i32, cancellable: P ) -> Result, Error>; + fn list_refs<'a, 'b, P: Into>, Q: Into>>( &self, refspec_prefix: P, cancellable: Q ) -> Result, Error>; + fn list_refs_ext<'a, 'b, P: Into>, Q: Into>>( &self, refspec_prefix: P,