Retoca formato pendiente del código vía cargo fmt

This commit is contained in:
Manuel Cillero 2022-07-30 07:00:16 +02:00
parent 592cd9ccda
commit 0e974d6d59
9 changed files with 36 additions and 31 deletions

View file

@ -1,5 +1,6 @@
use pagetop::prelude::*;
#[rustfmt::skip]
#[derive(Iden)]
enum NodeType {
Table, // node_type: Stores information about all defined Node types.

View file

@ -1,5 +1,6 @@
use pagetop::prelude::*;
#[rustfmt::skip]
#[derive(Iden)]
enum Node {
Table, // node: The base table for nodes.

View file

@ -1,5 +1,6 @@
use pagetop::prelude::*;
#[rustfmt::skip]
#[derive(Iden)]
enum NodeAccess {
Table, // node_access: Identifies which realm/grant pairs a user must possess in

View file

@ -1,5 +1,6 @@
use pagetop::prelude::*;
#[rustfmt::skip]
#[derive(Iden)]
enum NodeRevision {
Table, // node_revision: Stores information about each saved version of a Node.