Skip to content

Commit e1c3f65

Browse files
committed
fix some formatting
1 parent e6a96d0 commit e1c3f65

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pad/editor/src/utils.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ use uiua::UiuaErrorKind;
1414

1515
use uiua::{
1616
ast::Item,
17-
media::SmartOutput,
1817
lsp::{BindingDocsKind, ImportSrc},
18+
media::SmartOutput,
1919
Compiler, DiagnosticKind, Inputs, Primitive, Report, ReportFragment, ReportKind, SpanKind,
2020
Spans, Uiua, UiuaError, UiuaResult, Value,
2121
};

src/primitive/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ use crate::{
3030
array::Array,
3131
ast::SubSide,
3232
boxed::Boxed,
33-
media,
3433
grid_fmt::GridFmt,
3534
lex::{AsciiToken, SUBSCRIPT_DIGITS},
35+
media,
3636
sys::*,
3737
value::*,
3838
FunctionId, Ops, Shape, Signature, Uiua, UiuaErrorKind, UiuaResult,

src/window.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use image::{GenericImageView, ImageFormat};
1919
use load::SizedTexture;
2020
use serde::*;
2121

22-
use crate::encode::SmartOutput;
22+
use crate::media::SmartOutput;
2323

2424
static USE_WINDOW: AtomicBool = AtomicBool::new(false);
2525
pub fn use_window() -> bool {

0 commit comments

Comments
 (0)