Run cargo fmt
This commit is contained in:
parent
15f794b7a8
commit
33a24b5821
2 changed files with 3 additions and 10 deletions
|
|
@ -113,13 +113,7 @@ impl Atlas {
|
|||
match &entry {
|
||||
Entry::Contiguous(allocation) => {
|
||||
self.upload_allocation(
|
||||
&buffer,
|
||||
width,
|
||||
height,
|
||||
padding,
|
||||
0,
|
||||
allocation,
|
||||
encoder,
|
||||
&buffer, width, height, padding, 0, allocation, encoder,
|
||||
);
|
||||
}
|
||||
Entry::Fragmented { fragments, .. } => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue