Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -9,6 +9,12 @@ use super::RustService;
|
||||
|
||||
pub struct AptCaCertificates {}
|
||||
|
||||
impl Default for AptCaCertificates {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
impl AptCaCertificates {
|
||||
pub fn new() -> Self {
|
||||
Self {}
|
||||
|
Reference in New Issue
Block a user