Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpita-Jaiswal committed Nov 3, 2024
1 parent 63868e7 commit e84ccc4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion v0.5/fastn-static/src/ds.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ impl fastn_lang::DS for DS {
todo!()
}

async fn unresolved(&mut self, qualified_identifier: &str) -> fastn_lang::Result<fastn_lang::unresolved::Definition> {
async fn unresolved(
&mut self,
qualified_identifier: &str,
) -> fastn_lang::Result<fastn_lang::unresolved::Definition> {
todo!()
}

Expand Down

0 comments on commit e84ccc4

Please sign in to comment.