fix: format

This commit is contained in:
April John 2024-05-09 23:10:36 +02:00
parent 946804968e
commit 470f1f7eae
Signed by: aprl
GPG key ID: BCB934A2909C5460
4 changed files with 8 additions and 6 deletions

View file

@ -81,7 +81,9 @@
{
name = "lysand-ap-layer";
contents = [
config.packages.lysand-ap-layer config.packages.ls-ap-migration pkgs.bash
config.packages.lysand-ap-layer
config.packages.ls-ap-migration
pkgs.bash
];
config = {
Cmd = [

View file

@ -1 +1 @@
pub mod objects;
pub mod objects;

View file

@ -1,7 +1,7 @@
use url::Url;
pub enum LysandType {
User
User,
}
pub struct User {
@ -9,5 +9,5 @@ pub struct User {
id: String,
uri: Url,
created_at: String,
display_name: Option<String>
}
display_name: Option<String>,
}

View file

@ -42,9 +42,9 @@ mod database;
mod entities;
mod error;
mod http;
mod lysand;
mod objects;
mod utils;
mod lysand;
#[derive(Debug, Serialize, Deserialize)]
struct Response {