Skip to content
Snippets Groups Projects
Commit 13670c2a authored by MrGVSV's avatar MrGVSV
Browse files

Formatting

parent 27b1f3da
No related branches found
No related tags found
No related merge requests found
......@@ -37,9 +37,9 @@ use kayak_font::{
KayakFont,
};
use kayak_core::styles::Corner;
use super::{Dpi, UNIFIED_SHADER_HANDLE};
use crate::{render::ui_pass::TransparentUI, WindowSize};
use kayak_core::styles::Corner;
pub struct UnifiedPipeline {
view_layout: BindGroupLayout,
......
......@@ -28,8 +28,8 @@ pub enum StyleProp<T: Default + Clone> {
}
impl<T> Default for StyleProp<T>
where
T: Default + Clone,
where
T: Default + Clone,
{
fn default() -> Self {
Self::Unset
......@@ -37,8 +37,8 @@ impl<T> Default for StyleProp<T>
}
impl<T> StyleProp<T>
where
T: Default + Clone,
where
T: Default + Clone,
{
pub fn resolve(&self) -> T {
match self {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment